docs: Fix wrong description for query-tooltip
authorBenjamin Otte <otte@redhat.com>
Sat, 16 Apr 2011 20:01:18 +0000 (22:01 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 16 Apr 2011 20:31:24 +0000 (22:31 +0200)
Coordinates are not relative to widget->window

gtk/gtkwidget.c

index 6d50d36180866dcecc618b6bda5ac70dbeec8c77..4f1c2bdb29da4f9cceb81799c3d680e6d7702875 100644 (file)
@@ -2851,9 +2851,9 @@ gtk_widget_class_init (GtkWidgetClass *klass)
    * GtkWidget::query-tooltip:
    * @widget: the object which received the signal
    * @x: the x coordinate of the cursor position where the request has
-   *     been emitted, relative to @widget->window
+   *     been emitted, relative to @widget's left side
    * @y: the y coordinate of the cursor position where the request has
-   *     been emitted, relative to @widget->window
+   *     been emitted, relative to @widget's top
    * @keyboard_mode: %TRUE if the tooltip was trigged using the keyboard
    * @tooltip: a #GtkTooltip
    *